projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e720ae5
)
* nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
author
Jan D
<jan.h.d@swipnet.se>
Thu, 19 Aug 2010 05:55:30 +0000
(07:55 +0200)
committer
Jan D
<jan.h.d@swipnet.se>
Thu, 19 Aug 2010 05:55:30 +0000
(07:55 +0200)
src/ChangeLog
patch
|
blob
|
history
src/nsselect.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 4033a424aed4dfaac0e0b014ddebc79352ce135b..0a1a268d9624dbb5c3631f000e950a8b0e17c1b0 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2010-08-19 Jan Djärv <jan.h.d@swipnet.se>
+
+ * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
+
2010-08-18 Eli Zaretskii <eliz@gnu.org>
* xterm.c (x_draw_bar_cursor):
diff --git
a/src/nsselect.m
b/src/nsselect.m
index 597d6e762537068aae9fae3db8c588e86fb054ad..9e434515edf5f67f7d6da7a431bd845f4dc0a733 100644
(file)
--- a/
src/nsselect.m
+++ b/
src/nsselect.m
@@
-542,8
+542,8
@@
DEFUN ("ns-store-cut-buffer-internal", Fns_store_cut_buffer_internal,
void
nxatoms_of_nsselect (void)
{
- NXPrimaryPboard = @"
Primary
Selection";
- NXSecondaryPboard = @"Secondary
Selection
";
+ NXPrimaryPboard = @"Selection";
+ NXSecondaryPboard = @"Secondary";
}
void